home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / libhttrack / libhttrack.cpp < prev    next >
C/C++ Source or Header  |  2002-10-29  |  269b  |  14 lines

  1. // libhttrack.cpp : Defines the entry point for the DLL application.
  2. //
  3.  
  4. #include "stdafx.h"
  5.  
  6. BOOL APIENTRY DllMain( HANDLE hModule, 
  7.                        DWORD  ul_reason_for_call, 
  8.                        LPVOID lpReserved
  9.                      )
  10. {
  11.     return TRUE;
  12. }
  13.  
  14.